:root{
    --white: white;
    --black_kookaa: #362238;
    --grey:  #886c8a;
    --green_kookaa: #6ce69b;
    --dark_green: #4ba36c;
}

/* Reset */
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-family: 'Space Mono', monospace;
    font-family: 'Roboto', sans-serif;
}

/* Body */

body{
    font-family: "Roboto", sans-serif;
    background-color: var(--black_kookaa);
}


/* Header */
header{
    background-color: var(--black_kookaa);
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
}

    /* header Logo */
    header img{
        height: 30px;
        margin-top: 17px ;
        margin-bottom: 17px;
        margin-left: 100px;
        padding: auto;
    }

    /* Nav menu */
    .nav{
        width: 100%;
        height: 100%;
        position: fixed;
        overflow: hidden;
        margin-right: 100px;
        color: white;    
    }

    .menu a{
        display: block;
        padding: 23px;
        color: white;
    }

    a{
        text-decoration: none;
    }

    ul{
        list-style: none;
    }

    .menu a:hover{
        background-color: var(--grey);
    }

    .menu  a.contact_btn{
        border: none;
        padding: 23px;
        margin-top: 0px;
    } 

    .nav{
        max-height: 0;
        transition: max-height .5s ease-out;
    }

    /* Menu Icon */

    .hamb{
        cursor: pointer;
        float: right;
        padding: 34px 20px;
    }


    .hamb-line {
        background: var(--white);
        display: block;
        height: 2px;
        position: relative;
        width: 24px;
        
    }

    .hamb-line::before,
    .hamb-line::after{
        background: var(--white);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        transition: all .3s ease-out;
        width: 100%;
    }

    .hamb-line::before{
        top: 5px;
    }

    .hamb-line::after{
        top: -5px;
    }


    .side-menu {
        display: none;
    }

    /* Toggle menu icon */

    .side-menu:checked ~ nav{
        max-height: 100%;
        background-color: #362238;
        text-align: center;
        font-size: 30px;
    }

    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }

    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top:0;

    }

    .side-menu:checked ~ .hamb .hamb-line::after {
        transform: rotate(45deg);
        top:0;
    }

        /* Overall */

            section .container{
                max-width: 1150px;
                padding: 50px;
            }

            /* About Us */
                    section.about_us{
                        background-color:var(--dark_green);
                    }

                    section.about_us .container{
                        margin: 0 auto;
                        display: flex;
                        align-content: space-between;
                        align-items: center;
                    }

                    .about_us .a_b_img img{
                        width: auto;
                        max-width: 500px;
                        margin: 50px 80px 50px 0px;
                        padding: 10px;
                    }

                    section.about_us .container .a_b_text h1,p{
                        color: white;
                        font-family: 'Roboto', sans-serif;
                        padding: 0px;
                    }

                    .about_us .a_b_text h1{
                        font-size: 3.8em;
                        margin-top: 50px;
                        margin-bottom: 30px;
                    }

                    .about_us .a_b_text p{
                        color: white;
                        font-size: 1.7em;
                        margin-top: 30px;
                        margin-bottom: 30px;
                    }
                                /* About Us */
                    section.about_us{
                        background-color:var(--dark_green);
                    }

                    section.about_us .container{
                        margin: 0 auto;
                        display: flex;
                        align-content: space-between;
                        align-items: center;
                    }

                    .about_us .a_b_img img{
                        width: auto;
                        max-width: 500px;
                        margin: 50px 80px 50px 0px;
                        padding: 10px;
                    }

                    section.about_us .container .a_b_text h1,p{
                        color: white;
                        font-family: 'Roboto', sans-serif;
                        padding: 0px;
                    }

                    .about_us .a_b_text h1{
                        font-size: 3.8em;
                        margin-top: 50px;
                        margin-bottom: 30px;
                    }

                    .about_us .a_b_text p{
                        color: white;
                        font-size: 1.7em;
                        margin-top: 30px;
                        margin-bottom: 30px;
                    }
            /* Thank You */
                    section.thank_you{
                        background-color:var(--dark_green);
                    }

                    section.thank_you .container{
                        margin: 0 auto;
                        display: flex;
                        align-content: space-between;
                        align-items: center;
                    }

                    .thank_you .a_b_img img{
                        width: auto;
                        max-width: 500px;
                        margin: 50px 80px 50px 0px;
                        padding: 10px;
                    }

                    section.thank_you .container .a_b_text h1,p{
                        color: white;
                        font-family: 'Roboto', sans-serif;
                        padding: 0px;
                    }

                    .thank_you .a_b_text h1{
                        font-size: 3.8em;
                        margin-top: 50px;
                        margin-bottom: 30px;
                    }

                    .thank_you .a_b_text p{
                        color: white;
                        font-size: 1.7em;
                        margin-top: 30px;
                        margin-bottom: 30px;
                    }
                                /* About Us */
                    section.thank_you{
                        background-color:var(--dark_green);
                    }

                    section.thank_you .container{
                        margin: 0 auto;
                        display: flex;
                        align-content: space-between;
                        align-items: center;
                    }

                    .thank_you .ty_img img{
                        width: auto;
                        max-width: 500px;
                        margin: 50px 80px 50px 0px;
                        padding: 10px;
                    }

                    section.thank_you .container .ty_text h1,p{
                        color: white;
                        font-family: 'Roboto', sans-serif;
                        padding: 0px;
                    }

                    .thank_you .ty_text h1{
                        font-size: 3.8em;
                        margin-top: 50px;
                        margin-bottom: 30px;
                    }

                    .thank_you .ty_text p{
                        color: white;
                        font-size: 1.7em;
                        margin-top: 30px;
                        margin-bottom: 30px;
                    }

            /* Our Services / Company Plan */
                    section.company_plan{
                        background-color:var(--dark_green);
                    }

                    section.company_plan .container{
                        margin: 0 auto;
                        display: flex;
                        align-content: space-between;
                        align-items: center;
                    }

                    .company_plan .company_plan_img img{
                        width: auto;
                        max-width: 500px;
                        margin: 50px 80px 50px 0px;
                        padding: 10px;
                    }

                    section.company_plan .container .company_plan_text h1,p{
                        color: var(--black_kookaa);
                        font-family: 'Roboto', sans-serif;
                        padding: 0px;
                    }

                    .company_plan .company_plan_text h1{
                        font-size: 3.8em;
                        margin-top: 50px;
                        margin-bottom: 30px;
                    }

                    .company_plan .company_plan_text p{
                        color: var(--black_kookaa);
                        font-size: 1.7em;
                        margin-top: 30px;
                        margin-bottom: 30px;
                    }
                    
                    
                
            /* Our Meals */

                    main.our_meals{
                        display: flex;
                        justify-content: center;
                        align-items: center; 
                        min-height: 100vh;
                        background: var(--white) ;
                    }
                    main.our_meals div.box{
                        width: 800px;
                        border-bottom: 20px solid var(--green_kookaa);
                        border-bottom-left-radius: 10px;
                        border-bottom-right-radius: 10px;
                        margin: 30px;
                    }
                    main.our_meals div.box h1{
                        margin-top: 25px;
                        color: var(--black_kookaa);
                        padding: 10px 20px;
                        font-size: 30px;
                        background-color: var(--green_kookaa);
                        border-radius: 10px;
                    }
                    main.our_meals div.box h2{
                        margin-top: 30px;
                        color: #ffffff;
                        color: #fff;
                        background:var(--green_kookaa); 
                        padding: 10px 20px; 
                        font-size: 20px; 
                        font-weight: 700;
                        border-top-left-radius: 10px;
                        border-top-right-radius: 10px;
                    }
                    main.our_meals div.box ul{
                        
                        background: #fff;
                    }
                    main.our_meals div.box ul li{                        padding: 10px;
                        width: 100%;
                        background: #fff;
                        box-shadow: 0 5px 25px rgba(0,0,0, .1); 
                    }
                    main.our_meals div.box ul li span{
                        width: 20px;
                        height: 20px;
                        text-align: center;
                        Line-height: 20px; background: var(--green_kookaa);
                        color: var(--black_kookaa);
                        display: inline-block; 
                        border-radius: 50%; 
                        margin-right: 10px; 
                        font-size: 10px; 
                        font-weight: 600; 
                    }
                
            /* FAQ */
                    section.FAQ{
                        background-color: white;
                    }
                    section.FAQ .container{
                        margin: 0 auto;
                        display: flex;
                        align-content: space-between;
                        align-items: center;
                    }
                    section.FAQ .container .FAQ_text h1,p{
                        color: var(--black_kookaa);
                        font-family: 'Roboto', sans-serif;
                    }
                    
                    section.FAQ .FAQ_text h1{
                        font-size: 1.5em;
                        margin-top: 50px;
                        margin-bottom: 25px;
                    }
                    
                    section.FAQ .container .FAQ_text h2,p{
                        color: var(--black_kookaa);
                        font-family: 'Roboto', sans-serif;
                    }
                    
                    section.FAQ .FAQ_text h2{
                        font-size: 2.5em;
                        margin-top: 50px;
                        margin-bottom: 30px;
                    }
                    
                    section.FAQ .FAQ_text p{
                        font-size: 1.5em;
                        margin-top: 30px;
                        margin-bottom: 30px;
                    }



            /* Privacy Policy */
                    section.privacy_policy{
                        background-color: white;
                    }
                    section.privacy_policy .container{
                        margin: 0 auto;
                        display: flex;
                        align-content: space-between;
                        align-items: center;
                    }
                    section.privacy_policy .container .privacy_policy_text h1,p{
                        color: var(--black_kookaa);
                        font-family: 'Roboto', sans-serif;
                    }

                    section.privacy_policy .privacy_policy_text h1{
                        font-size: 1.5em;
                        margin-top: 50px;
                        margin-bottom: 25px;
                    }

                    section.privacy_policy .container .privacy_policy_text h2,p{
                        color: var(--black_kookaa);
                        font-family: 'Roboto', sans-serif;
                    }

                    section.privacy_policy .privacy_policy_text h2{
                        font-size: 2.5em;
                        margin-top: 50px;
                        margin-bottom: 30px;
                    }

                    section.privacy_policy .privacy_policy_text p{
                        font-size: 1.5em;
                        margin-top: 30px;
                        margin-bottom: 30px;
                    }
                


/* Footer */
    
    .container_footer{
        max-width: 1100px;
        margin:auto;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
    }
    ul{
        list-style: none;
    }

    .bar-icon img {
        display: none;
        cursor: pointer;
    }
    .footer{
        background-color: #362238;
        padding: 70px 0;
    }
    .footer-col{
    width: 25%;
    padding: 0 15px;
    }
    .footer-col h4{
        font-size: 18px;
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: 500;
        position: relative;
        font-family: 'Roboto';

    }
    .footer-col h4::before{
        content: '';
        position: absolute;
        left:0;
        bottom: -10px;
        background-color: #6ce69b;
        height: 2px;
        box-sizing: border-box;
        width: 50px;
    }
    .footer-col ul li:not(:last-child){
        margin-bottom: 10px;
    }
    .footer-col ul li a{
        font-size: 16px;
        text-transform: capitalize;
        color: #ffffff;
        text-decoration: none;
        font-weight: 300;
        color: #bbbbbb;
        display: block;
        transition: all 0.3s ease;
        font-family: 'Roboto';

    }
    .footer-col ul li a:hover{
        color: #ffffff;
        padding-left: 8px;
        
    }
    .footer-col .social-links a{
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: rgba(255,255,255,0.2);
        margin:0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #ffffff;
        transition: all 0s ease;
        font-family: 'Roboto';
    }
    .footer-col .social-links a:hover{
        color: #24262b;
        background-color: #ffffff;
    }

    .footer-col .footer_logo img{
        display: inline-block;
        height: 100px;
        width: 100px;
        margin: 10%;
    }




/* Responsiveness */

@media (max-width: 1180px) {
    .about_us .container .a_b_img img{
        margin :30px 20px 30px 0px;
    }
    .about_us .a_b_text h1,p{
        padding: 0px;
    }
    .about_us .a_b_text h1{
        font-size: 2.8em;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .about_us .a_b_text p{
        font-size: 1.3em;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .thank_you .container .ty_img img{
        margin :30px 20px 30px 0px;
    }
    .thank_you .ty_text h1,p{
        padding: 0px;
    }
    .thank_you .ty_text h1{
        font-size: 2.8em;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .thank_you .ty_text p{
        font-size: 1.3em;
        margin-top: 30px;
        margin-bottom: 30px;
    }

}

@media (max-width: 830px){

    header img{
        margin-left: 50px ;
    }

    section div.container{
        max-width: 650px;
        padding: 25px;
    }

    /* About Us */
    section.about_us .container{
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
        section.about_us .container .a_b_img img{
            width: 100%;
            height: auto;
            object-fit: cover;
            max-width: 600px;
            padding: 0px;
            margin: 40px 0px 0px 0px;
        }
        section.about_us .container .a_b_img h1{
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 25px;
            align-items: center;

        }
        section.about_us .container .a_b_img p{
            margin-top: 10px;
            margin-bottom: 30px;
            align-items: center;
        }
    /* Thank You */
    section.thank_you .container{
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
        section.thank_you .container .ty_img img{
            width: 100%;
            height: auto;
            object-fit: cover;
            max-width: 600px;
            padding: 0px;
            margin: 40px 0px 0px 0px;
        }
        section.thank_you .container .ty_img h1{
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 25px;
            align-items: center;

        }
        section.thank_you .container .ty_img p{
            margin-top: 10px;
            margin-bottom: 30px;
            align-items: center;
        }
    /* Company Plan / Our Services */
    section.company_plan .container{
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
        section.company_plan .container .company_plan_img img{
            width: 100%;
            height: auto;
            object-fit: cover;
            max-width: 600px;
            padding: 0px;
            margin: 40px 0px 0px 0px;
        }
        section.company_plan .container .company_plan_img h1{
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 25px;
            align-items: center;

        }
        section.company_plan .container .company_plan_img p{
            margin-top: 10px;
            margin-bottom: 30px;
            align-items: center;
        }
    /* FAQ */
        section.FAQ .container{
            max-width: 600px;
            flex-direction: column;
            align-items: center;
            align-content: center;
        }    
            .FAQ .container .FAQ_text h2{
                font-size: 2.5em;
                margin-top: 40px;
                margin-bottom: 30px;
                align-items: center;
            }
            .FAQ .container .FAQ_text p{
                margin-top: 10px;
                margin-bottom: 30px;
                font-size: 1.5em;
                align-items: center;
            }
            .FAQ .FAQ img{
                width: 100%;
                height: auto;
                object-fit: cover;
                max-width: 600px;
                padding: 0px;
                margin: 0px 0px 0px 0px;
            }

}

@media (max-width: 530px){
    /* Our Meals */
    main.our_meals .box ul li{
        font-size: 12px;
    }
    footer.footer .footer_logo{
        display: none;
    }
    section.FAQ .container {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }

    .menu li{
        float: left;
    }

    .menu a:hover{
        background-color: transparent;
        color: var(--grey);
        
    }
    
    .hamb{
        display: none;
    }
}